projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2808597
)
entered into RCS
author
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Jul 1998 04:24:47 +0000
(
04:24
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Jul 1998 04:24:47 +0000
(
04:24
+0000)
src/s/ultrix4-3.h
patch
|
blob
|
history
diff --git
a/src/s/ultrix4-3.h
b/src/s/ultrix4-3.h
index 0ca4900ffaa55e83fd117b58aed626bb1932599b..c8d5e4a324e08ab77e8063992fef81722a212a09 100644
(file)
--- a/
src/s/ultrix4-3.h
+++ b/
src/s/ultrix4-3.h
@@
-6,3
+6,8
@@
/* Must set the line discipline to this, to make termio work. */
#define SET_LINE_DISCIPLINE TERMIODISC
+
+#ifndef NOT_C_CODE
+/* The address of this is used, but Ultrix header files don't declare it. */
+extern double rint ();
+#endif